home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-13 | 790 b | 37 lines | [TEXT/MPS ] |
- //# Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef _ODRECORD_
- #define _ODRECORD_
-
- #ifndef _ODDSCLST_
- #include "ODDesLst.idl"
- #endif
-
- //==============================================================================
- // Classes defined in this interface
- //==============================================================================
-
- interface ODRecord;
-
- //==============================================================================
- // ODRecord
- //==============================================================================
-
- interface ODRecord : ODDescList
- {
- void InitODRecord();
- #ifdef __SOMIDL__
- implementation
- {
- majorversion = 1; minorversion = 0;
-
- functionprefix = ODRecord;
-
- releaseorder:
- InitODRecord;
- };
- #endif
- };
-
- #endif //# _ODRECORD_
-